PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / getEnableExtendedInformation Method
In This Topic
    getEnableExtendedInformation Method
    In This Topic
    Gets a value indicating whether extended text information should be loaded for text. This flag is used only by com.o2sol.pdf4java.content.PDFContentExtractor.extractText , com.o2sol.pdf4java.content.PDFContentExtractor.extractText, com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns and com.o2sol.pdf4java.content.PDFContentExtractor.extractTextRuns methods.
    By default this property is true which allows to analyze text fragment positions in order to group extracted text into lines. If it is set to false then only the text is loaded and no other properties (suc as positions, font info, colors, etc).
    Syntax
    public boolean getEnableExtendedInformation()

    Return Value

    True if extended information should be loaded about a text run.
    See Also